


/* Gallery styles */

#gallery{	
	/* The width of the gallery */
	width:1000px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:auto;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails 
	height:45px;*/
	height: 0px;
	position: relative;
	top: -100px;
	left: 100px;
}

.slider ul{
	margin:0px;
	padding:0px;
}

.slider li{
	/* Every thumbnail is a li element */
	width:80px;
	display:inline-block;
	list-style:none;
	height:80px;
	overflow:hidden;
	text-align:center;
	margin-left:20px;
}

.slider li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/home_slider/misc/active_bg.png) repeat;
}

.slider li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/home_slider/misc/active_bg.png) no-repeat;
}

.slider li.act a{
	cursor:default;
}

.slider li a{
	display:block;
	/*background:url(img/divider.png) no-repeat right;*/
	height:35px;
	padding-top:5px;
}

.slider a img{
	border:none;
}

.slide_dimension{
	width:1000px;
	height:400px;
}

.slider_thumb{
	width:70px;
	height:70px;
}
